home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group96a.txt / 000169_icon-group-sender _Mon Aug 5 16:29:15 1996.msg < prev    next >
Internet Message Format  |  1996-09-05  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Wed, 7 Aug 1996 07:07:37 MST
  2. To: icon-group@cs.arizona.edu
  3. Date: 5 Aug 1996 16:29:15 GMT
  4. From: russell@nntp1.best.com (Jeff Harrington)
  5. Message-Id: <4u57gr$130@nntp1.best.com>
  6. Organization: Best Internet Communications
  7. Sender: icon-group-request@cs.arizona.edu
  8. References: <4u2s73$pcc@nntp1.best.com>
  9. Subject: Re: CGI Library in Icon
  10. Errors-To: icon-group-errors@cs.arizona.edu
  11. Status: O
  12.  
  13. Jeff Harrington (russell@nntp.best.com) wrote:
  14. : I'm being encouraged to abandon Perl and was wondering if anybody had
  15. : developed such a thing.  My thinking is that by using iconc and generating
  16. : compiled programs I'll get the performance advantage of C plus the
  17. : elegance of Icon.
  18.  
  19. Just to comment about dropping Perl; perl requires the loading and
  20. unloading of an interpreter for every process.  If your site gets over
  21. 200,000 visits a day this is just unmanageable; most programmers at these
  22. types of sites use C/C++.  Some servers do allow you to maintain the Perl
  23. interpreter in memory, but I still think a compiled Icon or C executable
  24. would give superior performance.  
  25.  
  26. I was getting ready to port my Eliza WWW program back to C when I started
  27. thinking....  
  28.  
  29. (http://www.parnasse.com/drwww.shtml)
  30.  
  31. Jeff Harrington                 "Art does not make peace...
  32. jeff@parnasse.com                    That is not its business...
  33. http://www.parnasse.com                   Art is peace."    -- Robert Lowell
  34.  
  35.  
  36.  
  37.